The Source Control Integration API > The source control integration API optional functions > SCS_GetCheckoutName() |
![]() ![]() ![]() |
Description
Returns the checkout name of the current user. If unsupported by the source control system and this feature is enabled by the user, uses the Dreamweaver internal checkin/out functionality, which transports .lck files to and from the source control system.
Arguments
connectionData
, checkOutName
, emailAddress
![]() |
connectionData is a pointer to the agent's data that was passed into Dreamweaver during the Connect() call. |
![]() |
checkOutName is the checkout name of the current user. |
![]() |
emailAddress is the email address of the current user. |
Returns
true
if successful, false
if not.
![]() ![]() ![]() |